home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / sossnt.zip / SOSSNT / INSTALL < prev    next >
Text File  |  1993-03-06  |  1KB  |  25 lines

  1. Installing the NT version of SOSS should consist of merely going into the
  2. exe directory and executing runsoss.bat.  The list of exported filesystems
  3. is contained in the export.us file.  If you look at runsoss.bat, it sets
  4. the TZ (timezone) variable, which you will want to adjust for your location.
  5. You'll also see that it sets the NFSDEBUG value, which enables some
  6. error messages.  Setting NFSDEBUG to "all" will enable lots of output,
  7. very useful for debugging.
  8.  
  9. When you mount something from unix, BE SURE to limit the read and
  10. write requests to 1024, with a command (under System V) like:
  11.  
  12.    mount -f NFS,intr,rsize=1024,wsize=1024 ntmachine:/c /usr/ntmachine_c
  13.  
  14. You can put the rsize=1024,wsize=124 options in /etc/fstab under SunOS.
  15.  
  16. The inode.dmp file (in the exe directory, or wherever you run soss from)
  17. contains the list of inodes, which can sometimes get corrupted.
  18. To get a clean start, make sure the filesystem is unmounted
  19. on the UNIX side, then remove the inode.dmp file, and then start soss.
  20.  
  21. This program assumes that you've got TCP/IP working,
  22. and that you have the host names properly entered in
  23. winnt\system\drivers\etc\hosts, and that the UNIX side has the
  24. proper stuff in its hosts and fstab file.
  25.